home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TAPPLACESBARFRM / TAPPLACESBARFRM.txt
Text File  |  2004-09-09  |  1KB  |  70 lines

  1. object ApPlacesBarFrm: TApPlacesBarFrm
  2.   Left = 316
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ApPlacesBarFrm'
  7.   ClientHeight = 232
  8.   ClientWidth = 119
  9.   Color = clBtnShadow
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 119
  25.     Height = 232
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderStyle = bsSingle
  29.     Caption = 'Panel1'
  30.     Color = clBtnShadow
  31.     TabOrder = 0
  32.     object ps1: TPageScroller
  33.       Left = 0
  34.       Top = 0
  35.       Width = 115
  36.       Height = 228
  37.       Align = alClient
  38.       AutoScroll = True
  39.       Control = ToolBar1
  40.       Orientation = soVertical
  41.       TabOrder = 0
  42.       object ToolBar1: TToolBar
  43.         Left = 0
  44.         Top = 0
  45.         Width = 115
  46.         Height = 251
  47.         AutoSize = True
  48.         ButtonHeight = 49
  49.         ButtonWidth = 87
  50.         EdgeBorders = []
  51.         Flat = True
  52.         PopupMenu = pop1
  53.         TabOrder = 0
  54.       end
  55.     end
  56.   end
  57.   object pop1: TPopupMenu
  58.     Left = 72
  59.     Top = 184
  60.     object Deleteplace1: TMenuItem
  61.       Caption = 'Delete place...'
  62.       OnClick = Deleteplace1Click
  63.     end
  64.     object Changeplace1: TMenuItem
  65.       Caption = 'Properties...'
  66.       OnClick = Changeplace1Click
  67.     end
  68.   end
  69. end
  70.